| 
 | 
 | 
 | 
| SftTreeCell.ProgressStyle Property | 
Defines the progress bar's appearance.
Syntax
| VB.NET | Style = object.ProgressStyle As SftTreeProgressStyleDefaultConstants | ||
| VB | Style = object.ProgressStyle As SftTreeProgressStyleDefaultConstants | ||
| C#.NET | SftTreeProgressStyleDefaultConstants Style = object.ProgressStyle; | ||
| VC++ | enum SftTreeProgressStyleDefaultConstants
      Style = object->ProgressStyle; | ||
| C | HRESULT object->get_ProgressStyle(enum SftTreeProgressStyleDefaultConstants* Style); | ||
| Delphi | Style := object.ProgressStyle : TOleEnum; | ||
| VB.NET | object.ProgressStyle = Style As SftTreeProgressStyleDefaultConstants | ||
| VB | object.ProgressStyle = Style As SftTreeProgressStyleDefaultConstants | ||
| C#.NET | SftTreeProgressStyleDefaultConstants object.ProgressStyle = Style; | ||
| VC++ | enum SftTreeProgressStyleDefaultConstants
      object->ProgressStyle = Style; | ||
| C | HRESULT object->put_ProgressStyle(enum SftTreeProgressStyleDefaultConstants Style); | ||
| Delphi | object.ProgressStyle := Style : TOleEnum; | ||
object
A SftTreeCell object.
Style
Defines the progress bar's appearance.
Comments
The ProgressStyle property defines the progress bar's appearance.
See Also SftTreeCell Object | Object Hierarchy